| Package | Description |
|---|---|
| com.atid.lib.atx88 | |
| com.atid.lib.reader.event | |
| com.atid.lib.reader.types |
| Modifier and Type | Method and Description |
|---|---|
void |
ATx88Reader.onUsbChargerChanged(UsbChargerType type,
UsbChargerState state,
java.lang.Object params) |
| Modifier and Type | Method and Description |
|---|---|
void |
IATEAReaderEventListener.onReaderUsbChargerChanged(ATEAReader reader,
UsbChargerType type,
UsbChargerState state,
java.lang.Object params)
Called to report the USB type and state of the Device attached to the ATEAReader instance before it occurs.
|
| Modifier and Type | Method and Description |
|---|---|
static UsbChargerType |
UsbChargerType.valueOf(int code) |
static UsbChargerType |
UsbChargerType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UsbChargerType[] |
UsbChargerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|